func github.com/jackc/pgx/v5/pgtype.decodeHexBytea

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L201: 	buf, err := decodeHexBytea(src)
		bytea.go#L214: 	buf, err := decodeHexBytea(src)
		bytea.go#L221: func decodeHexBytea(src []byte) ([]byte, error) {